home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PFillAndLine.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PFillAndLine__
- #define __PFillAndLine__
-
- #include "PMTypes.h"
-
- class PFillAndLine
- {
-
- public:
-
- PFillAndLine
- ( short cFillStyle,
- const char * sFillColor,
- PMBool bFillOverprint,
- short cLineStyle,
- short bReverse,
- short dWeight,
- PMBool bOpaque,
- const char * sLineColor,
- PMBool bLineOverprint,
- short nFillTint,
- short nLineTint);
-
- private:
-
- PFillAndLine();
- };
-
- #endif
-
- // end of PFillAndLine.h
-